home *** CD-ROM | disk | FTP | other *** search
/ Game Zone - 1,000+ Games / GAMEZONE.BIN / Programs / Win / DARTS 95 / Darts95.exe / 0 / RCDATA / TOKBOTTOMDLG / TOKBOTTOMDLG.txt < prev   
Text File  |  1997-11-04  |  1KB  |  83 lines

  1. object OKBottomDlg: TOKBottomDlg
  2.   Left = 209
  3.   Top = 139
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Time Limit Set'
  7.   ClientHeight = 137
  8.   ClientWidth = 168
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 4
  20.     Top = 4
  21.     Width = 161
  22.     Height = 97
  23.     Shape = bsFrame
  24.   end
  25.   object Label1: TLabel
  26.     Left = 16
  27.     Top = 32
  28.     Width = 20
  29.     Height = 13
  30.     Caption = 'Fast'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 136
  34.     Top = 32
  35.     Width = 23
  36.     Height = 13
  37.     Caption = 'Slow'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 32
  41.     Top = 12
  42.     Width = 109
  43.     Height = 13
  44.     Caption = 'Please set the time limit'
  45.   end
  46.   object Label4: TLabel
  47.     Left = 76
  48.     Top = 32
  49.     Width = 26
  50.     Height = 13
  51.     Alignment = taCenter
  52.     Caption = '9 sec'
  53.   end
  54.   object OKBtn: TButton
  55.     Left = 47
  56.     Top = 108
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'OK'
  60.     Default = True
  61.     ModalResult = 1
  62.     TabOrder = 0
  63.     OnClick = OKBtnClick
  64.   end
  65.   object TrackBar1: TTrackBar
  66.     Left = 12
  67.     Top = 48
  68.     Width = 145
  69.     Height = 45
  70.     Max = 20
  71.     Min = 3
  72.     Orientation = trHorizontal
  73.     Frequency = 1
  74.     Position = 9
  75.     SelEnd = 0
  76.     SelStart = 0
  77.     TabOrder = 1
  78.     TickMarks = tmBoth
  79.     TickStyle = tsAuto
  80.     OnChange = TrackBar1Change
  81.   end
  82. end
  83.